Date v0.02 for BeOS

This is a simple replicant application. It shows date info.  You may change program settings by editing "~/config/settings/Date_settings" file.  Settings file will be created automatically after first launch of "Date". Default background image is from OBOS GUI prototype (OBOS_UI_v2_2 image).

Email contact: _sl@mail.ru

Special thanks to: Sergei Dolgov, Jess, Roman Kopko, Ilya Nedoluzhko

Example settings file:

Background_0 ""
	-- path for first image (default "")
Background_1 "/boot/beos/documentation/graphics/belogo.jpg" 
	-- path for second image (default "")
FontDay "Courier10 BT" "Bold Italic" 20.1 150 50 60 0 "On"
	-- font information family, style, size, rgb color, transparent, antialiasing
FontMonth "Courier10 BT" "Bold Italic" 10.1 150 50 60 0 "On"
FontYear "Courier10 BT" "Bold Italic" 10.1 150 50 60 0 "Off"
PositionDay 14 10
	-- x, y
PositionMonth 10 35
PositionYear 30 35
DayVisible "On"
	-- visible "On"/"Off"
MonthVisible "On"
YearVisible "On"
DayString "%1d" "Normal" 
	-- format string for strftime function (ex: "%p %a %1d")
		%a short name of day week
		%A full name of day week
		%b short name of month
		%B full name of month
		and other
MonthString "%b" "Lower"
YearString "%y" "Upper"
Background_Time 8 19
	-- set time when shows first background